home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / sls / install < prev    next >
Encoding:
Text File  |  1994-04-05  |  11.5 KB  |  254 lines

  1.         SLS (SOFTLANDING LINUX SYSTEM)
  2.  
  3.                 INTRODUCTION
  4.  
  5. Welcome to release 1.05 of SLS (SoftLanding Linux System) containing
  6. kernel 1.0, libc 4.5.23, gcc 2.5.8 and XFree86 2.0 (2.1 on CD).  
  7. Linux is a free 386 unix like operating system similar to System V, and 
  8. developed by Linus Torvalds, plus a few hundred big hearted programmers on 
  9. the Internet.   SLS is produced and GPL copyrighted by Softlanding Software.
  10. You may redistribute SLS, as long as you do include both this file, 
  11. and the file COPYING prominently in the distribution.  You may not
  12. take credit for the work of others.
  13.  
  14. SLS is NOT just an image dump of some ones Unix system.
  15. Instead it is a distribution whose primary purposes are:
  16.  
  17. 0) provide an initial installation program (for the queasy).
  18. 1) utilities compiled to use minimal disk space.
  19. 2) provide a reasonably complete/integrated U*ix system.
  20. 3) provide a means to install and uninstall packages.
  21. 4) permit partial installations for small disk configs.
  22. 5) add a menu driven, extensible system administration.
  23. 6) take the hassle out of collecting and setting up a system.
  24. 7) give non internet users access to Linux.
  25. 8) provide a distribution that can be easily updated.
  26.  
  27. SLS contains ~600 utilities designed to provide a relatively
  28. complete computer operating system for the sophisticated user. It
  29. includes programs for compression, text processing, communications,
  30. Xwindowing system, program development (Assembler, C, C++, Fortran, 
  31. Pascal, Tcl and Perl),  mail, spreadsheets, and word-processing.  Also 
  32. supported  are DOS files, a DOS emulator, SCSI, CDROMs, and TCP/IP. A
  33. 387 coprocessor is emulated by the kernel if you don't have one.  Full
  34. source code for the kernel is also provided with SLS.
  35.  
  36. The development environment includes libraries for unix and Xwindows, a
  37. debugger that does full screen (via emacs) with support for core dumps.
  38. Shared libraries make the most miserly use of RAM and disk space. FAQ and
  39. Manual pages document most of the Linux utilities.  SLS requires at least
  40. 12 Meg of disk for the minimal install.  90 Meg or more is required for the
  41. full system (not including TeX or Interviews).  You will need at least 2
  42. Meg of RAM, 4 meg if you want to compile programs, and 8 Meg to run
  43. Xwindows.  Note that sometimes you can get by with less, but usually with
  44. noticeable performance limitations.
  45. ----------------------------------------------------------------------------
  46.  
  47.                 INSTALLATION
  48.  
  49. Before you can install Linux on your hard drive, you must partition your
  50. drive, and put a file system on it.  Roughly, this entails:
  51.  
  52.  - Write protect all disks (do or die).
  53.  - Boot Linux from disk a1
  54.  - For special install (eg: a mitsumi drive) hit ALT at LILO prompt 
  55.  - Log in as "install" for a menu driven install
  56.  
  57. or if you like, you can do a manual install by logging in as root and 
  58.  
  59.  - Create a Linux/Minix partition with "fdisk" on your hard drive and reboot.
  60.  - Make a file system on the partition with "mke2fs".
  61.  - Use "doinstall /dev/PART": PART is your partition (eg "doinstall /dev/hda2"
  62.    or "doinstall /dev/hda2 /dev/hda3 /usr /dev/hdb1 /usr/spool" if you wish to
  63.    have multiple partitions, with say /usr on a different partition.
  64.  
  65. Also "doinstall" will execute the script "doinst.sh" if it is found on PART.
  66. The final step will ask you to put a formatted floppy in the drive so the
  67. BOOT DISK can be prepared for you.  Have one ready ahead of time.  When the
  68. installation is complete, and you reboot from this floppy, you will be using
  69. Linux from your hard drive.   Later, you may wish to play with /usr/src/lilo
  70. to boot from your harddrive.  Note that if you have less than 4 Meg of RAM,
  71. you will likely not have enought memory to do the installation.  But you can
  72. try to make and activate a 4 Meg swap partition, prior to installation.
  73. For example, using /dev/hda3 for swap: "mkswap /dev/hda3 4096; swapon /dev/hda3"
  74. Before you begin, however, you may wish to type "menu" and browse the
  75. Instructions sub menu.  But make sure you exit "menu" before you start the
  76. install process.  You can also print files from there using "P", or you can
  77. use "cat README > /dev/lp1" or "cat README > /dev/lp2".
  78.  
  79. Your first task after the base install is done, should be to make backup
  80. copies of all of your disks  (Look in the "User Commands" menu). In fact,
  81. you should make sure all disks (except a1) are write protected before you start 
  82. the installation.  After the install, you can log on as "root".  Note the new
  83. Extended FS type 2, it is now the recommended file system to use, although
  84. the old minix fs can be used and is still the default.
  85. ----------------------------------------------------------------------------
  86.  
  87.                 EXAMPLE PARTITIONING PROCEDURE
  88.  
  89. ... Put disk a1 in drive A: and reboot computer, 
  90.  
  91. /# fdisk
  92.  
  93. Command (m for help): n
  94. Command action
  95.    e   extended
  96.    p   primary partition (1-4)
  97. p
  98. Partition number (1-4): 2
  99. First cylinder (500-977): 500
  100. Last cylinder or +size or +sizeM or +sizeK (500-977): 977
  101.  
  102. Command (m for help): t
  103. Partition number (1-4): 1
  104. Hex code (type L to list codes): 81
  105.  
  106. Command (m for help): v
  107. Command (m for help): p
  108.  
  109. Disk /dev/hda: 5 heads, 17 sectors, 977 cylinders
  110. Units = cylinders of 85 * 512 bytes
  111.  
  112.    Device Boot  Begin   Start     End  Blocks   Id  System
  113. /dev/hda1           1       1     499   20000    4  DOS
  114. /dev/hda2           1       1       7   30000   81  Linux/MINIX
  115.  
  116. Command (m for help): w
  117. reboot now before doing anything else
  118. /#
  119. ...<after the reboot>
  120. /# mke2fs /dev/hda2 30000
  121. /# doinstall /dev/hda2
  122. ... Follow prompts, and insert disks as requested, then login as root.
  123. ----------------------------------------------------------------------------
  124.  
  125.                 ADDITIONAL SLS INFORMATION
  126.  
  127. SLS is a binary mostly distribution (except for the kernel), and is broken 
  128. into multiple parts, or series, each of which is denoted by a letter followed 
  129. by the disk number as follows:
  130.  
  131.         a1-aN: The minimal base system
  132.         b1-bN: Base system extras, like man pages, emacs etc.
  133.         c1-cN: The compiler(s), gcc/g++/p2c/f2c
  134.         x1-xN: The X-windows distribution (+Tcl and Tk)
  135.         t1-tN: TeX (document processing)
  136.         s1-sN: Source code for critical system components
  137.         d1-dN: Documentation for various things
  138.  
  139. This scheme allows new disks to be added to the distribution without
  140. changing the disk numbering.  Also, the sysinstall program doesn't have to
  141. be changed when new disks are added as the last disk is marked by the
  142. presence of the file "install.end".  And when interviews is added, say as
  143. a new series "t", it can be installed with:
  144.  
  145.         sysinstall -series t
  146.  
  147. Highlights of the base are:  gcc/g++, emacs, kermit, elm/mail/uucp, gdb, sc
  148. (spreadsheet), man pages, groff, elvis, zip/zoo/lh and menu.  Highlights of
  149. X are: X, programmers libs, 75 dpi fonts, games (spider, tetris, xvier,
  150. chess, othello, xeyes, etc) and utilities like xmag, xmenu, xcolormap and
  151. ghostscript.  Approximate usage is as follows:
  152.  
  153. Tiny base system:       15 Meg  (Series 'a')
  154. Main base system:       45 Meg  (Series 'a', 'b' and 'c')
  155. Main base system + X11: 70 Meg  (Series 'a', 'b', 'c' and 'x')
  156. Full system:            90 Meg  (Series 'a', 'b', 'c', 'd', 's', 't' and 'x')
  157. ----------------------------------------------------------------------------
  158.  
  159.                 LINUX SPECIFIC INFORMATION
  160.  
  161. Linux supports multiple VC's (virtual consoles).  You can switch from one 
  162. to the other using the "LEFT-ALT-FN" keys.  The right ALT key will not work.
  163. The console in linux more or less emulates a VT100.  So you can usually
  164. just use kermit to do your remote logins (even while doing the install :-).
  165. If you have a color monitor, you can even use color using the "setterm"
  166. utility, or just execute the "/etc/startcons" script to have all VC's set
  167. to default values.  If your screen gets garbled, you can use "reset".
  168. Up arrow recalls previous commands.   Use the "man" command to read the
  169. Linux manual pages, and the "man -k X" to list commands with the keyword
  170. "X" in the command description.  The system editor is "vi" but you might
  171. find "joe" easier to learn.
  172.  
  173. Never just power off your Linux system.  Instead type "sync", wait a sec,
  174. then powerdown or reboot.   If your disk gets in trouble (or every
  175. couple of weeks anyways) you may wish to run "fsck -av PART" where PART
  176. is your partition, to try to fix any problems.
  177.  
  178. Dos files can be accessed in one of two ways.  The first uses the mtools
  179. commands (mdir, mcopy, mtype, ...).  The file "/etc/mtools" may need
  180. some tweeking, especially if you use mformat.  The second method is to
  181. mount the dos disk/partition onto a directory.  eg: 
  182.  
  183.         mount -t msdos /dev/fd0 /user
  184.  
  185. Swapping can be set up of size SIZE, to a partition or to a file using:
  186.  
  187.         mkswap file SIZE
  188.         swapon file
  189.  
  190. Linux can be booted without the floppy using /usr/src/lilo.  Important 
  191. directories include:
  192.  
  193. "/etc"          - System configuration information
  194. "/usr/src"      - Miscellaneous packages.
  195. "/usr/X386/*"   - Xwindows stuff
  196. ----------------------------------------------------------------------------
  197.  
  198.                 CONFIGURING X-WINDOWS
  199.  
  200. Getting X-windows to run on your PC can sometimes be a bit of a sobering 
  201. experience, mostly because there are so many types of video cards for the PC.  
  202. Linux X11 supports only VGA type video cards, but there are so many types of 
  203. VGA's that only certain ones are fully supported.  SLS comes with two Xwindows 
  204. servers.  The full color one, XFree86, supports some or all ET3000, ET4000, PVGA1,
  205. GVGA, Trident, S3, 8514, Accelerated cards, ATI plus and others.
  206.  
  207. The other server, XF86_Mono, should work with virtually any VGA card, but only 
  208. in monochrome mode.  Accordingly, it also uses less memory, and should be
  209. faster than the color one.  But of course it doesn't look as nice.
  210.  
  211. The bulk of the Xwindows configuration information is stored in the directory
  212. "/usr/X386/lib/X11/".  In particular, the file "Xconfig" defines the timings
  213. for the monitor and the video card.   By default, X windows is setup to use
  214. the color server, but you can switch to using the monochrome server x386mono, 
  215. if the color one gives you trouble, since it should support any standard vga.
  216. Essentially, this just means making /usr/X386/bin/X a link to it.
  217.  
  218. Just edit Xconfig to set the mouse device type and timings, and enter "startx".
  219. To figure out the clock timings to put in Xconfig.  README.modegen explains
  220. how you can use the spreadsheet to figure out your clock timings based upon
  221. your monitor specifications.  More information can be found in the directory
  222. /usr/X386/lib/X11.  But be prepared to fiddle.
  223. ----------------------------------------------------------------------------
  224.  
  225.         AVAILABILITY:
  226.  
  227. SLS is available on floppies (31 5.25 floppies or 26 3.5 floppies), QIC150 or
  228. CDROM from the address below for a flat rate distribution fee of US $99
  229. ($125 Canadian) + $15 shipping and handling.  Mail payment, either
  230. cheque or money order, in advance, to Softlanding.   Visa and Mastercard
  231. are also accepted.
  232.  
  233. The SLS CDROM contains the full source tree and a 60+ page user manual
  234. "Using SLS".  A quarterly CD (4 CD's over 1 year) is available for US $199
  235. (255 Canadian) + $15 S&H.  Quantity discounts are also available for resellers.
  236.  
  237. When ordering floppies, ensure that you specify the bootdisk type (3 1/2 or 5 1/4).
  238. Softlanding also offers support subscriptions for SLS as follows:
  239. Individual support, (one user, one machine) is $99 per year.
  240. Group support, primarily for resellers and reseller/corporate, $999 per
  241.  
  242.  
  243.     Softlanding Software
  244.     PO Box 48054 - 3575 Douglas St, 
  245.     Victoria, BC, Canada
  246.     V8Z-7HS
  247.     Phone (604) 592-0188 
  248.     FAX (604) 595-5820
  249.  
  250. See Softlanding for a gentle touch down from a DOS bailout.
  251.  
  252.  
  253.  
  254.